home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / baud173c.zip / BAUD173C.DOC < prev    next >
Text File  |  1992-03-01  |  3KB  |  72 lines

  1. Date: 2/29/92
  2.  
  3. If you're like me, you want everything about your board to work properly.
  4. Well, one of the shortcomings of RBBS is that if you have your board locked
  5. at a baud rate, your protocols do their estimates for a transfer at the
  6. rate the board is locked.  In the case where you're using ZSX for your
  7. transfers, it returns a very low transfer percentage for any rate less than
  8. the rate you're locked at.  The same holds true for MPT, DSZ and others.
  9. Hence, this merge.  RBBS needed a way to pass the connect (modem to modem)
  10. rate to the external protocol.  I added the ability to pass a new variable,
  11. CBAUD, for connect baud, as well as the other variables it passes (BAUD,
  12. NODE#, NODE, etc.).  This now allows my external protocols to do their
  13. estimates with the proper value of the connect rate.
  14.  
  15. To install this mod, just run the enclosed batch file which requires Ken
  16. Goosens BLED.  This will automatically install the the merges into your source
  17. code.  You can also install the line changes by hand.  If you've installed
  18. other merges previously, this is the recommended method.  In addition to the
  19. enclosed mods, you must add a new variable to the RBBS-VAR.BAS file.  This
  20. new variable is ZCBaud$.  Your RBBS-VAR.BAS file should look like this.
  21.  
  22.  
  23.           ZCategoryCode$(1), _
  24.           ZCategoryDesc$(1), _
  25.           ZCategoryName$(1), _
  26.           ZCBaud$, _                                                 ' RM022301
  27.           ZChainedDir$, _
  28.           ZChatAvail, _
  29.  
  30. I have included a copy of my RBBS-VAR.BAS file for your use.  Just rename your
  31. original copy and replace with this copy.  When done with the merges and the
  32. RBBS-VAR.BAS files, just recompile and go to town.  I have been using this
  33. merge on my board for 2 months now with no ill affect.  Good luck.
  34. If there are any questions you can contact me at The Small Time BBS.
  35.  
  36.  
  37. Richie Molinelli
  38. The Small Time BBS
  39. 300 thru 14400 bps
  40. 516-579-7929
  41.  
  42.  
  43.  
  44. WARRANTY AND DISCLAIMER:
  45.  
  46.           Simple.  None.  Narda. Zip. Nothing.  I am not responsible for any
  47. damage that occurs by using this merge nor am I responsible for any good that
  48. occurs from using this merge.  I'm just plain not responsible.  My mother has
  49. been telling me that since I was a kid.
  50.  
  51.  
  52. REGISTRATION:
  53.  
  54. None required for non-comercial use.  If this merge is to be used on a
  55. commercial BBS, then please contact me at either the address listed below or
  56. by calling my BBS.
  57.  
  58. If you are the author of a program, please consider u/l a registered copy of
  59. your program to my BBS.
  60.  
  61. If you are the author of a merge, please consider u/l a copy of your merge to
  62. my BBS
  63.  
  64. If you are neither of the above, please consider sending me a postcard to the
  65. address listed below telling me how you love/hate/don't care about the merge.
  66. I happen to like postcards.
  67.  
  68. Richie Molinelli
  69. P.O. Box 961
  70. Levittown, NY  11756
  71.  
  72.